CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法 CSharp

搜索资源列表

  1. NumOCR

    1下载:
  2. 对于利用微软的MODI识别图片的一大弊端就是图片格式的转换问题,对于网上的彩色PNG图片或者多位BMP图片直接利用它都无法识别,项目中的pngcalss类实现了对于图片的色位处理,包括彩色转单色,彩色反相,彩色反相转灰度,彩色转灰度等图像算法。-For the use of Microsoft' s MODI identification pictures is a major flaw of the image format conversion problems, for online
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:805615
    • 提供者:高宏伟
  1. HuffmanTree

    0下载:
  2. 简单的哈夫曼编码生成,测试数据固定,但生成算法是哈夫曼树及编码生成逻辑是通用的-Construct huffman tree and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:39468
    • 提供者:Kevin
  1. GMPsystem

    0下载:
  2. 源代码是基于C#的兽药卖场网联格铺系统,实现了兽药的进、销、存及营销功能,将本地的数据通过互联网的WebService接口向站点远程更新数据,系统有加密、加密狗、网络传输、压缩等算法,并附本地数据库。-C# source code is based on the veterinary drug store shop system, grid-net realized veterinary import and sale, keeping and marketing functions, will
  3. 所属分类:hospital software system

    • 发布日期:2017-05-24
    • 文件大小:8158081
    • 提供者:xsf
  1. TIN_Voronoi

    1下载:
  2. 构建离散点集的Voronoi图,算法大致流程:先构建Delaunay TIN,然后连接相邻三角形的重心记得Voronoi图,然后基于TIN的拓扑,构建Voronoi多边形的拓扑关系。-Construction of discrete point set Voronoi diagram algorithm for general processes: first, to build Delaunay TIN, then remember that the focus of a triangle c
  3. 所属分类:CSharp

    • 发布日期:2015-11-26
    • 文件大小:94164
    • 提供者:skyfrog
  1. FivePiecesChess

    0下载:
  2. C#五子棋游戏 其中的算法可以借鉴 适合初学者-C# welcome to play in which the algorithm can draw for beginners
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:207783
    • 提供者:鸭子
  1. edge

    0下载:
  2. C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:125619
    • 提供者:Lu
  1. DDAC

    0下载:
  2. 蚁群算法解决tsp问题,antsystem为核心运算类,窗体为接口程序,先生成邻接矩阵再运算-Tsp ant colony algorithm to solve the problem, this is the core classes, must have interface program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:59358
    • 提供者:like
  1. Graphic_dispose

    0下载:
  2. 图像处理的边缘检测算法(c#) 很好的图像处理算法的源代码C#程序 可以截取图像,缩放,灰度,二值化-It is helpful for you to recognize the character in picture.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:258736
    • 提供者:杜承虎
  1. hough_line

    0下载:
  2. hough算法检测直线,可同时检测多根直线-hough line detection algorithm, which can detect multi line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1374
    • 提供者:周宇
  1. Ant

    0下载:
  2. 蚁群算法实例,使用C#开发-C# CAO NI MAANtAAAAAADDDDDDDDDDDDDDDDDDD
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:108983
    • 提供者:000000
  1. CSharp

    0下载:
  2. 我业余时间编写的一些基础算法,适合面试前阅读。-I have spare time to prepare some of the basic algorithm, suitable for reading before the interview.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:7089
    • 提供者:tyz
  1. Graphics_2009

    0下载:
  2. 图形与图像处理框架程序 KNN,CS算法-image processing
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:193118
    • 提供者:蒋超
  1. DES

    0下载:
  2. 一个C#实现的DES加密算法类,里面有dll可以直接加在进你的工程里面的引用就可以用了。-A C# implementation of the DES encryption algorithm class, which can be directly added to a dll into your project which can be used for reference.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:29017
    • 提供者:zy
  1. PingCsharp

    1下载:
  2. PING程序是我们使用的比较多的用于测试网络连通性的程序。PING程序基于ICMP,使用ICMP的回送请求和回送应答来工作。由计算机网络课程知道,ICMP是基于IP的一个协议,ICMP包通过IP的封装之后传递。有两个程序,一个是利用.NET原有的PING类实现PING命令,另外一个是用自己定义的ICMP报头,设计算法,求得ICMP的回送应答信息。-Use Csharp to build up the project of ping
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:83523
    • 提供者:
  1. TrueColorImageProcess

    0下载:
  2. 基本的图像处理功能都包括了,主要是针对彩色图像的处理,彩色图像处理速度比一般的算法要快得多。-Ture Color image process.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:154550
    • 提供者:wyl
  1. MyOwnHash

    0下载:
  2. 使用MD5算法简单实现,希望对大家学习MD5算法有帮助!-Using the MD5 algorithm is simple to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:39235
    • 提供者:shiqiang
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. CSharpAES

    0下载:
  2. 使用c#进行AES加密的算法演示,带有可视化的加密步骤演示-AES encryption using c# to demonstrate the algorithm with the encryption step visual presentation
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:188817
    • 提供者:任春龙
  1. OSPF

    0下载:
  2. C#实现计算机网络OSPF算法的模拟实现-C# to achieve the simulation of computer networks, OSPF algorithm to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:70431
    • 提供者:yph
  1. program

    0下载:
  2. C#语言版数字图像处理算法,适合C#编程学习,经本人阅读,感觉总体还行-C# language version of digital image processing algorithms, suitable for C# programming to learn, after I read, the general feeling is also OK
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1184070
    • 提供者:sunjin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com